home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 4
/
Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso
/
Development
/
General
/
PTR-TCL v2.1
/
Support
/
Exception Check README
< prev
next >
Wrap
Text File
|
1994-02-17
|
766b
|
19 lines
About Exception Check:
This is a small application which munges through your source code and
looks for potential exception-related problems such as doing a goto or
return out of a TRY/CATCH/ENDTRY block.
When a potential problem is encountered, it will output an error
message in the messages file. Check this file, and carefully study
your code where the messages file says you have a problem. If you
decide it's a false alarm, adding a comment /*GOTO_OK*/ or /*RETURN_OK*/
on the line will make the complaint go away on future runs.
DISCLAIMER: This quick hack has saved me several hours of debugging at
least two times, but it IS a quick hack and you should not run it except
if you agree to take full responsibility for its actions.
Jon W{tte
h+@nada.kth.se